x86: Fix APIC 0x40 error when CPU online and Host s3 resume
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 12 Mar 2009 11:16:54 +0000 (11:16 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 12 Mar 2009 11:16:54 +0000 (11:16 +0000)
commit0ca8557b7116b54dd879d08eb25e45a277445694
tree1071cba4c894c432fa3175ae9f4f669ac65be798
parent2ab3db9aae2baa5859156cea62f9f45efc49fa2c
x86: Fix APIC 0x40 error when CPU online and Host s3 resume

disable_APIC_timer actually is not useful here. Actually it will
trigger a local APIC error when masking the LVT entry when vector is
zero (before timer is inited) on Intel P6 family. This APIC error(40)
appears when online the offlined CPU and Host S3 resume.

Signed-off-by: Liping Ke <liping.ke@intel.com>
Signed-off-by: Gang Wei <gang.wei@intel.com>
xen/arch/x86/smpboot.c